home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / lang / Python20_Src.lha / Python20_source / expat / sample / build.bat next >
Encoding:
DOS Batch File  |  1998-06-21  |  245 b   |  5 lines

  1. @echo off
  2. set LIB=..\xmlparse\Release;..\lib;%LIB%
  3. cl /nologo /DXMLTOKAPI=__declspec(dllimport) /DXMLPARSEAPI=__declspec(dllimport) /I..\xmlparse /Fe..\bin\elements elements.c xmlparse.lib
  4. @echo Run it using: ..\bin\elements ^<..\expat.html
  5.